home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / audio-video / mediacenter / MediaCenter120207.exe / Media Jukebox / Visualizations / Track Info / Noire Viz / main.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-04-03  |  2.0 KB  |  99 lines

  1. /* At-Rules */
  2. @charset "iso-8859-1";
  3.  
  4.  
  5. /* author: Johanne ChainĪ˜ 
  6.  Creation date: 11/6/2006 */
  7. table, td, span {font-family: arial, tahoma;   font-size: 30px;   color: rgb(255, 255, 255);}
  8.  
  9. a:link {color: rgb(255,255,255);   text-decoration: none;}
  10.  
  11. a:visited {color: rgb(98,98,98);   text-decoration: none;}
  12.  
  13. a:hover {color: rgb(50,150,230);   text-decoration: underline;}
  14.  
  15. a:active {color: rgb(255,255,255);   text-decoration: none;}
  16.  
  17. #corner{
  18.         background-image: url(corner.gif);
  19.         background-repeat: no-repeat;
  20.         background-position: right top;
  21. }
  22. .info {
  23.         color: rgb(255,255,255);
  24.         width: 100%;
  25.         padding-left: 4px;
  26.         padding-right: 4px;
  27. }
  28. .title {
  29.         font-size: 50px;
  30.         font-weight: bold;
  31.         padding-left: 4px;
  32.         padding-right: 4px;
  33.         color: rgb(250, 250, 250);
  34. }
  35. .artist {
  36.         font-size: 35px;
  37.         font-weight: bold;
  38.         color: rgb(200,200,200);
  39.         padding-left: 4px;
  40.         padding-right: 4px;
  41. }
  42. .tracka {
  43.         color: rgb(185,185,185);
  44.         font-weight: bold;
  45.         padding-left: 4px;
  46.         padding-right: 4px;
  47. }
  48. .trackb {
  49.         color: rgb(240,240,240);
  50.         font-weight: bold;
  51.         padding-left: 4px;
  52.         padding-right: 4px;
  53. }
  54. .seperationa {
  55.         background-color: #37393e;
  56.         width: 100%;
  57.         height: 2px;
  58. }
  59. .seperationb {
  60.         background-color: #7c7e85;
  61.         width: 100%;
  62.         height: 2px;
  63. }
  64.  
  65. .links {
  66.         width: 100%;
  67.         background-image: url(bgbar.gif);
  68.         background-repeat: repeat;
  69.         background-position: left top;
  70.         font-weight: bold;
  71.         padding-left: 4px;
  72.         padding-right: 4px;
  73.         padding-top: 4px;
  74.         padding-bottom: 4px;
  75. }
  76. .bottom {
  77.         background-image: none;
  78.         background-color: #4c4f56;
  79. }
  80.  
  81. table .other {
  82.         position: absolute;
  83.         bottom: 0px;
  84.         right: 0px;
  85.         filter:alpha(opacity=10); -moz-opacity:0.10; opacity:0.10; -khtml-opacity:0.10; }
  86. }
  87. table .other td {
  88.         font-size: 100px;
  89.         font-weight: bold;
  90. }
  91. .albumart {
  92.         top: 0 px;
  93.         left: 0 px;
  94. }
  95. .album {
  96.       max-width: 400px;
  97. }
  98.  
  99. /* End of style section. Generated by AceHTML at 11/6/2006 1:30:30 PM */